﻿.product2 .product-cont .cont-right .right-list{height:auto;}

.product2 .product-cont .cont-right .right-list:hover {
    background: #fff !important;
}

.product2 .product-cont .cont-right .right-list:hover .list-left {
    background: #ededef !important;
}

.product2 .product-cont .cont-right .right-list:hover .right-title,
.product2 .product-cont .cont-right .right-list:hover .right-text,
.product2 .product-cont .cont-right .right-list:hover .bottom-text {
    color: unset !important;
}

.product2 .product-cont .cont-right .right-list:hover .right-heng {
    background: #d1242c !important;
}


.product2 .productDetails-cont .cont-plate1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6.8rem;
    background: #fff;
}
.product2 .productDetails-cont .cont-plate1 .plate1-left {
  width: 50%;
}
.product2 .productDetails-cont .cont-plate1 .plate1-left img {
    width: 100%;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right {
    position: relative;
    width: 50%;
    height: auto;
    padding: 0.4rem 0.4rem 0;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #d1242c;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-heng {
    display: block;
    width: 0.36rem;
    height: 2px;
    margin: 0.26rem 0;
    background: #d1242c;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-subtitle {
    margin-bottom: 0.28rem;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom {
    position: absolute;
    bottom: 0.35rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.4rem;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video {
    position: relative;
    width: calc(50% - 0.15rem);
    height: auto;
    background: #e1e1e1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic {
    width: 100%;
    height: 100%;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic img {
    width: 100%;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play img:hover {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}
.product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video:hover {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
}
.product2 .productDetails-cont .cont-title {
    display: flex;
    justify-content: flex-start;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
}
.product2 .productDetails-cont .cont-title em {
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: 0.1rem;
    background: #d1242c;
}
.product2 .productDetails-cont .cont-title span {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
}
.product2 .productDetails-cont .cont-plate2 {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding: 0.45rem 0.6rem;
    background: #fff;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent {
    width: 100%;
    border: solid 1px #d4d4d4;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #d4d4d4;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-left {
    width: 4.4rem;
    height: 100%;
    padding-left: 0.8rem;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    border-right: solid 2px #d4d4d4;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-right {
    width: calc(100% - 4.4rem);
    height: 100%;
    padding-left: 0.7rem;
    font-size: 16px;
    line-height: 60px;
    color: #666;
}
.product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list:last-of-type {
    border-bottom: none;
}
.product2 .productDetails-cont .cont-plate3 {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}
.product2 .productDetails-cont .cont-plate3 .plate3-text {
    width: 100%;
    margin-top: 0.35rem;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.product2 .productDetails .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product2 .productDetails .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 13.72rem;
    height: auto;
    background: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product2 .productDetails .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product2 .productDetails .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.product2 .productDetails .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.container .cont-plate1 .plate1-box .box-top{display:block;}
.container .cont-plate1 .plate1-box .box-top .top-right{width:2.6rem;}


.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide{margin-right:20px;}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:nth-child(4n){margin-right:0}

.product2 .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product2 .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 13.72rem;
    height: auto;
    background: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product2 .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product2 .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.product2 .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hidden-xs {
    display: block;
}

.hidden-pc {
    display: none;
}

.head .head-banner .banner-box{display: none;}

.container .cont-plate1-1 {
    background-image: url(../images/index-plate1-2-bg.jpg)
}


.foot-link {width: 14.45rem;margin:0 auto;padding:10px 0;color:rgba(255, 255, 255, 0.6)}
.foot-link a{color:rgba(255, 255, 255, 0.6)}
.foot-link a img{width:1.35rem;}

@media screen and (max-width: 1004px) {
    .foot-link,.hidden-xs {
        display: none;
    }

    .hidden-pc {
        display: block;
    }

    .head .head-banner{height:auto;}
    .head .head-banner .banner-pic{height:auto;}
    .head .head-banner .banner-pic img {
        width: 100%;
        height: auto;
        transform: unset;
        -o-transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
    }

    .culture .culture-banner .banner-bg{height:auto;}
    .culture .culture-banner .banner-bg img {
        width: 100%;
        height: auto;
        transform: unset;
        -o-transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
    }


    .container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide {
        margin-right: 0;
    }

    .product2 .productDetails-cont .cont-plate1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding-bottom: 0.3rem;
        background: #fff;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-left {
        width: 100%;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-left img {
        width: 100%;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0.4rem 0.4rem 0;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-title {
        font-size: 0.3rem;
        font-weight: bold;
        color: #d1242c;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-heng {
        display: block;
        width: 0.36rem;
        height: 2px;
        margin: 0.26rem 0;
        background: #d1242c;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-subtitle {
        margin-bottom: 0.28rem;
        font-size: 0.3rem;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-text {
        font-size: 0.26rem;
        line-height: 0.42rem;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 0.4rem;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video {
        position: relative;
        width: calc(50% - 0.15rem);
        height: auto;
        background: #e1e1e1;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic {
        width: 100%;
        height: 100%;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic img {
        width: 100%;
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.6rem;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .product2 .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play img {
        width: 100%;
    }

    .product2 .productDetails-cont .cont-title {
        display: flex;
        justify-content: flex-start;
        font-size: 0.34rem;
    }

    .product2 .productDetails-cont .cont-title em {
        display: inline-block;
        width: 5px;
        height: 25px;
        margin-right: 0.1rem;
        background: #d1242c;
    }

    .product2 .productDetails-cont .cont-title span {
        display: inline-block;
        width: auto;
        height: 25px;
        line-height: 25px;
    }

    .product2 .productDetails-cont .cont-plate2 {
        width: 100%;
        height: auto;
        margin-top: 0.5rem;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box {
        width: 100%;
        height: auto;
        margin-top: 0.35rem;
        padding: 0.3rem 0.2rem;
        background: #fff;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent {
        width: 100%;
        border: solid 1px #d4d4d4;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        border-bottom: solid 1px #d4d4d4;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-left {
        width: 2.4rem;
        height: 100%;
        padding-left: 0.1rem;
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #333;
        border-right: none;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-right {
        width: calc(100% - 2.4rem);
        height: 100%;
        padding: 0.25rem 0 0.25rem 0.4rem;
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #666;
        border-left: solid 2px #d4d4d4;
    }

    .product2 .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list:last-of-type {
        border-bottom: none;
    }

    .product2 .productDetails-cont .cont-plate3 {
        width: 100%;
        height: auto;
        margin-top: 0.5rem;
    }

    .product2 .productDetails-cont .cont-plate3 .plate3-text {
        width: 100%;
        margin-top: 0.35rem;
        font-size: 0.26rem;
        line-height: 0.46rem;
    }

    .product2 .video-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 94%;
        height: auto;
        background: #000;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup .popup-icon {
        position: absolute;
        top: -50px;
        right: 0;
        width: 30px;
        cursor: pointer;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup .popup-icon:hover {
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .product2 .cont-popup video {
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }


    .product2 .video-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 94%;
        height: auto;
        background: #000;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup .popup-icon {
        position: absolute;
        top: -50px;
        right: 0;
        width: 30px;
        cursor: pointer;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .product2 .cont-popup .popup-icon:hover {
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .product2 .cont-popup video {
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

}